home *** CD-ROM | disk | FTP | other *** search
- object frmRestart: TfrmRestart
- Left = 0
- Top = 0
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Restart Required'
- ClientHeight = 105
- ClientWidth = 344
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblRestart: TTntLabel
- Left = 10
- Top = 10
- Width = 325
- Height = 40
- AutoSize = False
- Caption =
- 'Smart Update needs to restart the PC Tools product in order to i' +
- 'nstall new updates, do you wish to continue?'
- WordWrap = True
- end
- object htmlblMoreInfo: THTMLabel
- Left = 225
- Top = 52
- Width = 107
- Height = 17
- ColorTo = clNone
- AnchorHint = False
- AutoSizing = False
- AutoSizeType = asHorizontal
- Ellipsis = False
- GradientType = gtFullHorizontal
- HintShowFull = False
- Hover = False
- HoverColor = clNone
- HoverFontColor = clNone
- HTMLHint = False
- HTMLText.Strings = (
- '<p align="right"><a href="%s">More Info</a></p>')
- LineWidth = 0
- ShadowColor = clGray
- ShadowOffset = 2
- SmoothingFont = True
- URLColor = clBlue
- VAlignment = tvaTop
- Visible = False
- Version = '1.7.0.0'
- end
- object btnYes: TTntButton
- Left = 90
- Top = 70
- Width = 75
- Height = 25
- Caption = 'Yes'
- ModalResult = 1
- TabOrder = 0
- end
- object btnNo: TTntButton
- Left = 175
- Top = 70
- Width = 75
- Height = 25
- Caption = 'No'
- ModalResult = 2
- TabOrder = 1
- end
- object tmrRestoreTopMost: TTimer
- Interval = 500
- OnTimer = tmrRestoreTopMostTimer
- Left = 8
- Top = 64
- end
- end
-